TPoolingOptions class overview.
Properties
Name | Description |
ConnectionLifetime |
Used to specify the maximum time during which an open connection can be used by connection pool.
|
MaxPoolSize |
Used to specify the maximum number of connections that can be opened in connection pool.
|
MinPoolSize |
Used to specify the minimum number of connections that can be opened in the connection pool.
|
PoolId |
Used to specify an ID for a connection pool.
|
Validate |
Used for a connection to be validated when it is returned from the pool.
|